home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8206 / 8206.xpi / skin / options.css < prev    next >
Cascading Style Sheet File  |  2010-02-02  |  1KB  |  83 lines

  1. label.text-link
  2. {
  3.     padding: 0;
  4.     margin: 0;
  5. }
  6.  
  7. #editor-toggle-html,#editor-toggle-wysiwyg{
  8.   margin-right: 8px !important;
  9. }
  10.  
  11. wisestamp-service {
  12.   -moz-binding: url('chrome://wisestamp/content/service.xml#service');
  13. }
  14. wisestamp-im {
  15.   -moz-binding: url('chrome://wisestamp/content/service.xml#im');
  16. }
  17.  
  18. social-services-all .remove-service {
  19.   display: none;
  20. }
  21.  
  22. #getextranow{
  23.   font-size: medium;
  24. }
  25. groupbox caption{
  26.   font-weight: bold; 
  27. }
  28. #signature-wysiwyg,
  29. #iTest{
  30.   -moz-appearance: textfield;
  31.   cursor: text;
  32.   margin: 2px 4px;
  33.   border: 2px solid;
  34.   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
  35.   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
  36.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  37.   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  38.   padding: 2px 2px 3px 4px;
  39.   background-color: -moz-Field;
  40.   color: -moz-FieldText;
  41. }
  42. #current_signature{
  43.   font-weight: bold;
  44.   font-size: 1.05em
  45. }
  46. #signature_example_frame{
  47.   width: 127px;
  48.   height: 100px;
  49. }
  50. #rss-valid {
  51.     cursor: pointer;
  52. }
  53.  
  54. #rss-valid[status="ready"] {
  55.     color: blue;
  56.     text-decoration: underline;
  57. }
  58.  
  59. #rss-valid[status="error"] {
  60.     color: red;
  61. }
  62.  
  63.  
  64. #rss-valid[status="ok"] {
  65.     color: green;
  66. }
  67.  
  68. tab.services
  69. {
  70.     padding-top: 3px;
  71.     height: 22px;
  72. }
  73.  
  74. tab.services label
  75. {
  76.     padding-right: 4px;
  77. }
  78.  
  79. tab.services image
  80. {
  81.     margin-left: 2px;
  82.     margin-right: 5px;
  83. }